projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c6a22
)
(Buffer-menu-sort-column): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 16 May 2007 19:48:23 +0000
(19:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 16 May 2007 19:48:23 +0000
(19:48 +0000)
lisp/buff-menu.el
patch
|
blob
|
history
diff --git
a/lisp/buff-menu.el
b/lisp/buff-menu.el
index f3deec529e51b3b25e11b409bb6404b6abf23b4f..a6e24b5343e783d56e56fc3da78566d72d8a600f 100644
(file)
--- a/
lisp/buff-menu.el
+++ b/
lisp/buff-menu.el
@@
-102,8
+102,9
@@
as it is by default."
;; This should get updated & resorted when you click on a column heading
(defvar Buffer-menu-sort-column nil
- "2 for sorting by buffer names, 5 for sorting by file names,
-or nil for default sorting by visited order.")
+ "Which column to sort the menu on.
+Use 2 to sort by buffer names, or 5 to sort by file names.
+nil means sort by visited order (the default).")
(defconst Buffer-menu-buffer-column 4)